home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 42 / PC Gamer IT CD 42 2-2.iso / utility / easytext / _SETUP.1 / EasyText.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Text File  |  1999-01-10  |  3KB  |  137 lines

  1. object AboutBox: TAboutBox
  2.   Left = 165
  3.   Top = 110
  4.   BorderStyle = bsSingle
  5.   Caption = 'About  Easytext'
  6.   ClientHeight = 286
  7.   ClientWidth = 390
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 128
  20.     Top = 8
  21.     Width = 151
  22.     Height = 44
  23.     Alignment = taCenter
  24.     Caption = 'Easytext  '
  25.     Font.Charset = ANSI_CHARSET
  26.     Font.Color = clNavy
  27.     Font.Height = -37
  28.     Font.Name = 'Barbedor T'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.     Transparent = True
  32.   end
  33.   object Image1: TImage
  34.     Left = 40
  35.     Top = 32
  36.     Width = 32
  37.     Height = 32
  38.     AutoSize = True
  39.   end
  40.   object Label4: TLabel
  41.     Left = 144
  42.     Top = 56
  43.     Width = 107
  44.     Height = 25
  45.     Alignment = taCenter
  46.     Caption = 'Text  Editor'
  47.     Font.Charset = ANSI_CHARSET
  48.     Font.Color = clNavy
  49.     Font.Height = -21
  50.     Font.Name = 'Barbedor T'
  51.     Font.Style = [fsBold]
  52.     ParentFont = False
  53.   end
  54.   object Label2: TLabel
  55.     Left = 152
  56.     Top = 88
  57.     Width = 97
  58.     Height = 19
  59.     Alignment = taCenter
  60.     Caption = 'Version  2.0.0'
  61.     Font.Charset = ANSI_CHARSET
  62.     Font.Color = clNavy
  63.     Font.Height = -16
  64.     Font.Name = 'Barbedor T'
  65.     Font.Style = [fsBold]
  66.     ParentFont = False
  67.   end
  68.   object Bevel1: TBevel
  69.     Left = 33
  70.     Top = 142
  71.     Width = 320
  72.     Height = 3
  73.     Shape = bsTopLine
  74.   end
  75.   object Label5: TLabel
  76.     Left = 33
  77.     Top = 185
  78.     Width = 238
  79.     Height = 16
  80.     Caption = 'Physical Memory Available to Windows:'
  81.     Font.Charset = ANSI_CHARSET
  82.     Font.Color = clNavy
  83.     Font.Height = -13
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = []
  86.     ParentFont = False
  87.   end
  88.   object PhysMem: TLabel
  89.     Left = 283
  90.     Top = 185
  91.     Width = 7
  92.     Height = 16
  93.     Caption = '0'
  94.     Font.Charset = ANSI_CHARSET
  95.     Font.Color = clNavy
  96.     Font.Height = -13
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = []
  99.     ParentFont = False
  100.   end
  101.   object Label3: TLabel
  102.     Left = 154
  103.     Top = 112
  104.     Width = 99
  105.     Height = 10
  106.     Alignment = taCenter
  107.     Caption = 'Copyright ∩┐╜ 1998  EasyWare'
  108.     Font.Charset = DEFAULT_CHARSET
  109.     Font.Color = clNavy
  110.     Font.Height = -8
  111.     Font.Name = 'Arial'
  112.     Font.Style = []
  113.     ParentFont = False
  114.   end
  115.   object Label7: TLabel
  116.     Left = 35
  117.     Top = 160
  118.     Width = 3
  119.     Height = 16
  120.     Font.Charset = ANSI_CHARSET
  121.     Font.Color = clNavy
  122.     Font.Height = -13
  123.     Font.Name = 'MS Sans Serif'
  124.     Font.Style = []
  125.     ParentFont = False
  126.   end
  127.   object BitBtn1: TBitBtn
  128.     Left = 160
  129.     Top = 232
  130.     Width = 75
  131.     Height = 25
  132.     TabOrder = 0
  133.     OnClick = OKButtonClick
  134.     Kind = bkOK
  135.   end
  136. end
  137.